home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #15 (1988-01-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #15 (1988-01-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / WBLander / Source / sample.h < prev    next >
Text File  |  1987-12-02  |  193b  |  12 lines

  1. /* front-end include file for Amiga audio samples created by Karl's
  2.  * IFF 8SVX to C source converter.  19 June 87
  3.  */
  4.  
  5. typedef struct 
  6. {
  7.     int sampsec, nsamples;
  8.     BYTE *sampledata;
  9. } Sample;
  10.  
  11.  
  12.